home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / gw15pak.arc / QGWAR101.ARC / QGWAR.DOC < prev    next >
Text File  |  1989-12-18  |  4KB  |  94 lines

  1.  
  2.  
  3.                                QGwar v1.01
  4.  
  5.                     QuickBBS Interface for Global War
  6.                     Copyright 1989, Andrew J. Fletcher
  7.  
  8.  
  9.          This is a simple program that I wrote to make running Global War
  10.     a little easier, by not requiring batch files or the passing of batch
  11.     variables.  This program will only work as a Type 7 exit from QuickBBS.
  12.     I have inluded extensive error checking so it is impossible to set this
  13.     up incorrectly (unless you really try hard).  This program will take
  14.     less memory then using the standard QuickBBS *C /C and then calling a
  15.     bat file and you can place the Global War files in any directory on the
  16.     current drive.
  17.  
  18.          QGwar is compilied with Microsoft C v5.1 and comes in two flavors.
  19.     They are QGwar!.exe which is the 80286/386 version and then a generic
  20.     version QGwar.exe for all others.  The syntax for QGwar is simple and
  21.     easy to use:
  22.  
  23.            QGwar.exe  [pathname] [Global War Option] [baud] [port] [time]
  24.                       [first name] [last name]
  25.  
  26.            Where -
  27.  
  28.            pathname.... Complete pathname for the location of the Global
  29.                         War files.  (Example:  C:\QBBS\DOORS\WAR\)  Be
  30.                         sure and include an trailing backslash!
  31.  
  32.            Global War
  33.            Option...... For QuickBBS sysops this will be the /C Option.
  34.                         See the Global War docs for more information.
  35.  
  36.            Baud........ The baud rate of the caller (*B) or for Locked baud
  37.                         systems you can place the locked baud rate.
  38.                         (i.e. 19200)
  39.  
  40.            Port........ The com port (1=COM1)
  41.  
  42.            Time........ BBS time remaining (*T)
  43.  
  44.            First Name.. You can use the QuickBBS *F or you can place a
  45.                         Name in its place.
  46.  
  47.            Last Name... You can use the QuickBBS *L or you can place a
  48.                         Name in its place.
  49.  
  50.          QGwar.exe c:\qbbs\doors\war\ /C *B 1 *T *F *L
  51.  
  52.  
  53.        Locked baud sample Type 7 Exit would be:
  54.  
  55.          QGwar.exe c:\qbbs\doors\war\ /C 19200 1 *T *F *L
  56.  
  57.          (In the locked baud situation the sysop would need to set up a local
  58.          exit if he or she desired to run Global War locally, due to the
  59.          requirement of "hard coding" the baud rate as opposed to using the
  60.          QuickBBS *B)
  61.  
  62.        Local baud sample Type 7 exit would be:
  63.  
  64.          QGwar.exe c:\qbbs\doors\war\ /C 0 1 *T *F *L
  65.  
  66.  
  67.        With error checking in mind. Global War will exit with the following
  68.     error levels during program execution.  If you are so inclined you can
  69.     capture these error levels in a batch file.
  70.  
  71.            Exit Errorlevel 0   -  Normal Exit
  72.            Exit Errorlevel 1   -  Invalid syntax used
  73.            Exit Errorlevel 2   -  Unable to store current directory
  74.            Exit Errorlevel 3   -  Invalid or non existant pathname
  75.            Exit Errorlevel 4   -  Unable to restore working directory
  76.  
  77.          If you have any questions or ideas you can contact me on my BBS
  78.     via FidoNet (1:271/205) or you can call the Diplomat BBS at
  79.     (804) 872-7859.  I do not require any payment for use of this program.
  80.     If you have any ideas for improvements, or you find a bug (gasp) please
  81.     contact me and let me know.
  82.  
  83.  
  84.     Program History:
  85.  
  86.  
  87.     v1.00   Initial release and beta test version.
  88.  
  89.     v1.01   Complied under Microsoft C v5.1 (saved 4Kb) and added/corrected
  90.             spelling errors and error corrections.
  91.  
  92.  
  93.  
  94.